home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ARM / PROC-ARM.{21 / SHMPARAM.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  365b  |  20 lines

  1. /*
  2.  * linux/include/asm-arm/proc-armv/shmparam.h
  3.  *
  4.  * Copyright (C) 1996 Russell King
  5.  *
  6.  * definitions for the shared process memory on ARM v3 or v4
  7.  * processors
  8.  */
  9.  
  10. #ifndef __ASM_PROC_SHMPARAM_H
  11. #define __ASM_PROC_SHMPARAM_H
  12.  
  13. #ifndef SHM_RANGE_START
  14. #define SHM_RANGE_START    0x50000000
  15. #define SHM_RANGE_END    0x60000000
  16. #define SHMMAX        0x01000000
  17. #endif
  18.  
  19. #endif
  20.